home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !FednetCmp / h / SaveFile < prev    next >
Encoding:
Text File  |  2003-09-12  |  339 b   |  17 lines

  1. /*
  2.  *  FednetCmp - Fednet file compression/decompression
  3.  *  Single file savebox
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef FNCSaveFile_h
  8. #define FNCSaveFile_h
  9.  
  10. #include <stdbool.h>
  11. #include "toolbox.h"
  12. #include "flex.h"
  13.  
  14. extern ObjectId SaveFile_create(char *default_path, bool data_saved, flex_ptr buffer, bool compress);
  15.  
  16. #endif
  17.